home *** CD-ROM | disk | FTP | other *** search
/ Complete RPG Maker XP - 41 Games / tg esp 48 rpg maker.iso / RPG3D / Tools_Utilities / Quark.exe / Quark / addons / Sylphis / UserData Sylphis.qrk < prev   
Encoding:
Text File  |  2004-05-20  |  1.9 KB  |  111 lines

  1. QQRKSRC1
  2. // This file has been written by QuArK QuArK 6.4 alpha
  3. // It's the text version of file: UserData Sylphis.qrk
  4.  
  5. {
  6.   Description = "Custom configuration file for Sylphis."
  7.   MapObjPanel.qrk =
  8.   {
  9.     cube: =
  10.     {
  11.       poly:p =
  12.       {
  13.         east:f =
  14.         {
  15.           v = '64 0 0 64 128 0 64 0 128'
  16.           tex = "[auto]"
  17.         }
  18.         west:f =
  19.         {
  20.           v = '-64 0 0 -64 -128 0 -64 0 128'
  21.           tex = "[auto]"
  22.         }
  23.         north:f =
  24.         {
  25.           v = '0 64 0 -128 64 0 0 64 128'
  26.           tex = "[auto]"
  27.         }
  28.         south:f =
  29.         {
  30.           v = '0 -64 0 128 -64 0 0 -64 128'
  31.           tex = "[auto]"
  32.         }
  33.         up:f =
  34.         {
  35.           v = '0 0 64 128 0 64 0 128 64'
  36.           tex = "[auto]"
  37.         }
  38.         down:f =
  39.         {
  40.           v = '0 0 -64 128 0 -64 0 -128 -64'
  41.           tex = "[auto]"
  42.         }
  43.       }
  44.     }
  45.     local: =
  46.     {
  47.       local: =
  48.       {
  49.         fixedscale = "1"
  50.       }
  51.     }
  52.     local: =
  53.     {
  54.       local: =
  55.       {
  56.         fixedscale = "1"
  57.       }
  58.     }
  59.   }
  60.   Menu.qrk =
  61.   {
  62.     item: =
  63.     {
  64.       Txt = "&ExportMapFile only"
  65.       Shortcut = ""
  66.       BuildArgs1 = ""
  67.       ExportMapFile = "1"
  68.       Pause = "1"
  69.     }
  70.     item: =
  71.     {
  72.       Txt = "&Prepare used textures"
  73.       Textures = "1"
  74.       Pause = "1"
  75.     }
  76.     item: =
  77.     {
  78.       Txt = "&Build CMAP file"
  79.       Shortcut = ""
  80.       ExportMapFile = "1"
  81.       BuildPgm1 = "1"
  82.       BuildArgs1 = ""
  83.       Textures = "1"
  84.       Pause = "1"
  85.     }
  86.     item: =
  87.     {
  88.       BuildPgm1 = "1"
  89.       ExportMapFile = "1"
  90.       Textures = "1"
  91.       RunGame = "1"
  92.       Txt = "Build CMAP and run Sylphis"
  93.     }
  94.     item: =
  95.     {
  96.       ExportMapFile = "1"
  97.       Textures = "1"
  98.       RunGame = "1"
  99.       BuildPgm1 = "1"
  100.       BuildArgs1 = "-nobsp"
  101.       Txt = "Quick CMAP and Sylphis"
  102.     }
  103.     item: =
  104.     {
  105.       RunGame = "1"
  106.       Txt = "Run Sylphis"
  107.       Pause = "1"
  108.     }
  109.   }
  110. }
  111.